BluetoothConnectionStatusOrBuilder

Functions

Link copied to clipboard
abstract fun getIsConnected(): Boolean

Whether the device has an active connection or not
bool is_connected = 3;
Link copied to clipboard
abstract fun getPin(): Int

The pairing PIN for bluetooth
uint32 pin = 1;
Link copied to clipboard
abstract fun getRssi(): Int

RSSI of bluetooth connection
int32 rssi = 2;